Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: stb_connected_components-devel | Distribution: Fedora Project |
Version: 0.96^20240213gitae721c5 | Vendor: Fedora Project |
Release: 2.fc40 | Build date: Wed Feb 14 18:51:40 2024 |
Group: Unspecified | Build host: buildvm-ppc64le-31.iad2.fedoraproject.org |
Size: 39839 | Source RPM: stb-0^20240213gitae721c5-2.fc40.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/nothings/stb | |
Summary: Incrementally compute reachability on grids |
Finds connected components on 2D grids for testing reachability between two points, with fast updates when changing reachability (e.g. on one machine it was typically 0.2ms w/ 1024x1024 grid). Each grid square must be “open” or “closed” (traversable or untraversable), and grid squares are only connected to their orthogonal neighbors, not diagonally.
MIT OR Unlicense
* Wed Feb 14 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0^20240213gitae721c5-2 - Fix compile error on riscv64 * Tue Feb 13 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20240213gitae721c5-1 - Update to 0^20240213gitae721c5 - stb_image_resize2-devel is updated to 2.06 * Sun Feb 11 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20240208gitb7cf124-1 - Update to 0^20240208gitb7cf124 - stb_image-devel is updated to 2.29 - stb_image_resize2-devel is updated to 2.05 * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0^20231011gitbeebb24-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-12 - stb_vorbis: fix GHSL-2023-165 / fix CVE-2023-45675 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-11 - stb_image: fix GHSL-2023-151 / fix CVE-2023-45667 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-10 - stb_image: fix GHSL-2023-150 / fix CVE-2023-45666 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-9 - Document another bug, PR, and name (GHSL-2023-149) for CVE-2023-43898 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-8 - stb_image: fix GHSL-2023-148 / fix CVE-2023-45664 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-7 - stb_image: fix GHSL-2023-147 / fix CVE-2023-45663 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-6 - stb_image: fix GHSL-2023-146 / fix CVE-2023-45662 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-5 - stb_image: fix GHSL-2023-145 / fix CVE-2023-45661 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-4 - Document that 1454.patch fixes CVE-2023-43898 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-3 - Backport a PR fixing undefined behavior in stb_image_resize2 * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-2 - Backport three PR’s fixing undefined behavior in stb_image * Wed Oct 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231011gitbeebb24-1 - Update to 0^beebb24git20231011 (minor C99 fixes) * Tue Oct 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231009gitc4bbb6e-2 - Fedora, EPEL9+: drop the initial “0.” from the Release * Tue Oct 10 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20231009gitc4bbb6e-0.1 - Update to 0^20231009gitc4bbb6e - A new stb_image_resize2 library is introduced - Upstream has deprecated stb_image_resize, but we still package it * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0^20230129git5736b15-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jun 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.6 - Use new (rpm 4.17.1+) bcond style * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.5 - Remove explicit %set_build_flags, not needed since F36 * Sat Feb 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.2 - Fix null pointer dereference in stb_image * Mon Jan 30 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git5736b15-0.1 - Update to 5736b1 (version history and README updates) * Sun Jan 29 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20230129git6199bf7-0.1 - Update to 6199bf7 (stb_image 2.28) - Security-related patches for stb_image have been merged upstream, and there are other bugfixes. * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0^20220908git8b5f1f3-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 30 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.4 - Patch in a candidate fix for ossfuzz issue 24232 - Improves handling of certain invalid PNGs by stb_image * Sat Sep 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.3 - A few improved descriptions * Sat Sep 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.2 - Improved summaries based on upstream’s README.md * Fri Sep 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20220908git8b5f1f3-0.1 - Update to 8b5f1f3 - The stb_perlin-devel subpackage has been restored, as upstream believes all relevant patents are now expired. * Fri Sep 09 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.5 - Update License to SPDX * Thu Jul 28 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.4 - Reword spec file note on stb_include * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0^20210910gitaf1a5bc-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.2 - Security fix for CVE-2022-28041 (fix RHBZ#2077020, fix RBHZ#2077019) * Sat Apr 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0^20210910gitaf1a5bc-0.1 - Switch to modern snapshot versioning * Sat Apr 16 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0-0.10 - Stop numbering patches
/usr/include/stb /usr/include/stb/stb_connected_components.h /usr/include/stb_connected_components.h /usr/share/licenses/stb_connected_components-devel /usr/share/licenses/stb_connected_components-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jun 5 01:45:35 2025